home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3438 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: news.sprintlink.net!rockyd!cmcl2!schonberg!dewar
  2. From: dewar@cs.nyu.edu (Robert Dewar)
  3. Newsgroups: comp.lang.ada,comp.lang.c++,comp.lang.c,comp.lang.modula3,comp.lang.modula2,comp.lang.eiffel
  4. Subject: Re: Hungarian notation
  5. Date: 23 Jan 1996 09:40:30 -0500
  6. Organization: Courant Institute of Mathematical Sciences
  7. Message-ID: <dewar.822407919@schonberg>
  8. References: <30C40F77.53B5@swsbbs.com> <4d2ok0$69s@beach.and.nl> <4dtv3gINNo9u@keats.ugrad.cs.ubc.ca> <SPENCER.96Jan22113215@zorgon.ERA.COM> <4e1nd8$hv0@solutions.solon.com> <3104bfc8.132251392@nntp.ix.netcom.com>
  9. NNTP-Posting-Host: schonberg.cs.nyu.edu
  10. X-Newsreader: NN version 6.5.0 (NOV)
  11.  
  12. Michael says (talking about overflow in C)
  13.  
  14. "An implementation must handle this and must document how it does so."
  15.  
  16. Yes, of course the documentation may say that the result is to delete
  17. your system disk. Even if a more reasonable behavior is described, any
  18. program relying on such an implementation dependent feature is of
  19. course compromising its portability. One of the troubles with C is
  20. that it is oh-so-easy to introduce implementation dependence.
  21.  
  22. It is interesting to note that a number of "bug" reports sent into gcc
  23. are complaints that GCC does not duplicate some implementation
  24. dependent behavior seen in some other compiler.
  25.  
  26.